hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
IHipAudioDecoder.loadData
hip
api
data
audio
IHipAudioDecoder
Receives the raw data. Deals with the data based on clip hint.
interface
IHipAudioDecoder
final
bool
loadData
(
in
ubyte
[]
data
,
HipAudioEncoding
encoding
,
HipAudioType
type
,
HipAudioClipHint
hint
,
void
delegate
(
in
ubyte
[]
data
)
onSuccess
,
void
delegate
(
)
onFailure
)
Meta
Source
See Implementation
hip
api
data
audio
IHipAudioDecoder
functions
channelConversion
decode
dispose
getAudioConfig
getClipChannels
getClipData
getClipSize
getDuration
getSamplerate
loadData
resample
startDecoding
updateDecoding
Receives the raw data. Deals with the data based on clip hint.